projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0332937
)
(view-exit): Use local map view-old-local-map, not (current-local-map).
author
Roland McGrath
<roland@gnu.org>
Wed, 31 Mar 1993 23:12:07 +0000
(23:12 +0000)
committer
Roland McGrath
<roland@gnu.org>
Wed, 31 Mar 1993 23:12:07 +0000
(23:12 +0000)
lisp/view.el
patch
|
blob
|
history
diff --git
a/lisp/view.el
b/lisp/view.el
index a4b6442beb07e6bbbb3324fd14aab0d1606f5f7a..5648a016ea1d79b1b3f9f1c60e24d56c95536f63 100644
(file)
--- a/
lisp/view.el
+++ b/
lisp/view.el
@@
-268,7
+268,7
@@
If you viewed a file that was not present in Emacs, its buffer is killed."
view-old-mode-line-buffer-identification)
(setq major-mode view-old-major-mode)
(setq mode-name view-old-mode-name)
- (use-local-map
(current-local-map)
)
+ (use-local-map
view-old-local-map
)
(setq buffer-read-only view-old-buffer-read-only)
(goto-char view-exit-position)